type vendor/golang.org/x/net/idna.labelError
17 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L321: type labelError struct{ label, code_ string }
idna10.0.0.go#L323: func (e labelError) code() string { return e.code_ }
idna10.0.0.go#L324: func (e labelError) Error() string {
idna10.0.0.go#L352: err = &labelError{s, "A4"}
idna10.0.0.go#L361: err = &labelError{s, "A4"}
idna10.0.0.go#L392: err = &labelError{s, "B"}
idna10.0.0.go#L410: err = &labelError{label, "A4"}
idna10.0.0.go#L422: err = &labelError{s, "A4"}
idna10.0.0.go#L440: return s, false, &labelError{s, "V1"}
idna10.0.0.go#L629: return &labelError{s, "V1"}
idna10.0.0.go#L639: return &labelError{s, "V6"}
idna10.0.0.go#L713: return &labelError{s, "A4"}
idna10.0.0.go#L719: return &labelError{s, "V2"}
idna10.0.0.go#L722: return &labelError{s, "V3"}
idna10.0.0.go#L733: return &labelError{s, "V5"}
idna10.0.0.go#L758: return &labelError{s, "C"}
punycode.go#L31: func punyError(s string) error { return &labelError{s, "A3"} }
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |